All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.PredLessString
PredLessString
is a predicate object designed for
comparing objects of type String
for relative ordering using
the compareTo
method.
Copyright © 1996 Finn Bock
String
and compare the
return value from the compareTo(String)
method to
< 0
.
public PredLessString()
public boolean compare(Object o1, Object o2)
String
and compare the
return value from the compareTo(String)
method to
< 0
.
All Packages Class Hierarchy This Package Previous Next Index